Creates a new Node from the given nullable TSNode
a C tsnode, which can be a null node.
a Nullable!Node, which gives the node if it is not a null node, and null if it is.
See Implementation
Creates a new Node from the given nullable TSNode